home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Metal / gtk-2.0 / gtkrc
Text File  |  2004-12-14  |  2KB  |  72 lines

  1. style "metal-default"
  2. {
  3.   GtkWidget::interior_focus = 1
  4.   GtkButton::default_spacing = { 1, 1, 1, 1 }
  5.   GtkButton::default_outside_spacing = { 0, 0, 0, 0 }
  6.   GtkOptionMenu::indicator_size = { 11, 6 }
  7.   GtkOptionMenu::indicator_spacing = { 4, 5, 2, 2 }
  8.  
  9.   bg[NORMAL]      = { 0.80, 0.80, 0.80 }
  10.   fg[NORMAL]      = { 0.40, 0.40, 0.60 }
  11.   bg[PRELIGHT]    = { 0.80, 0.80, 1.00 }
  12.   fg[PRELIGHT]    = { 0.40, 0.40, 0.60 }
  13.   bg[ACTIVE]      = { 0.80, 0.80, 0.80 }
  14.   fg[ACTIVE]      = { 0.40, 0.40, 0.60 }
  15.   bg[SELECTED]    = { 0.60, 0.60, 0.80 }
  16.   fg[SELECTED]    = { 0.00, 0.00, 0.00 }
  17.   base[SELECTED]  = { 0.60, 0.60, 0.80 }
  18.   text[SELECTED]  = { 0.00, 0.00, 0.00 }
  19.   base[ACTIVE]    = { 0.80, 0.80, 0.80 }
  20.   text[ACTIVE]    = { 0.00, 0.00, 0.00 }
  21.   engine "metal" 
  22.   {
  23.   }
  24. }
  25.  
  26. style "metal-black-fg"
  27. {
  28.   fg[NORMAL]      = { 0.00, 0.00, 0.00 }
  29.   fg[PRELIGHT]    = { 0.00, 0.00, 0.00 }
  30.   fg[ACTIVE]      = { 0.00, 0.00, 0.00 }
  31.   fg[SELECTED]    = { 0.00, 0.00, 0.00 }
  32. }
  33.  
  34. style "metal-paned"
  35. {
  36.   GtkPaned::handle_size = 8
  37. }
  38.  
  39. style "metal-range"
  40. {
  41.   GtkRange::trough_border = 0
  42.   GtkRange::slider_width = 17
  43.   GtkRange::stepper_size = 15
  44.   GtkRange::stepper_spacing = 0
  45. }
  46.  
  47. style "metal-scale"
  48. {
  49.   GtkRange::slider_width = 15
  50. #  GtkScale::slider_length = 15 # for drawing the scale more jlf-like
  51. }
  52.  
  53. style "metal-spin-button"
  54. {
  55.   GtkSpinButton::shadow_type = etched-in
  56. }
  57.  
  58. class "GtkWidget" style "metal-default"
  59. class "GtkPaned" style "metal-paned"
  60. class "GtkRange" style "metal-range"
  61. class "GtkScale" style "metal-scale"
  62. class "GtkSpinButton" style "metal-spin-button"
  63.  
  64. widget_class "*.*MenuItem*" style "metal-black-fg"
  65. widget_class "*.GtkOptionMenu*" style "metal-black-fg"
  66. widget_class "*.GtkCheckButton.*" style "metal-black-fg"
  67. widget_class "*.GtkRadioButton.*" style "metal-black-fg"
  68. widget_class "*.GtkButton.*" style "metal-black-fg"
  69. widget_class "*.GtkToggleButton.*" style "metal-black-fg"
  70.  
  71.  
  72.